bootstrap loader

英 ['bu:tstræps ˈləʊdə(r)] 美 [ˈbutˌstræps ˈloʊdər]

引导装配程序;引导装入程序

计算机



双语例句

  1. This is called the system domain and includes classes loaded by the system ( application) loader, the extensions loader, and the bootstrap loader.
    这称为系统域并包括由系统(应用程序)装载器、扩展装载器和bootstrap装载器装载的类。
  2. All the BIOS really had to do was load that first chunk of code ( called the bootstrap loader, or bootloader) and let the machine run.
    BIOS实际上需要做的事情是加载第一段代码(称为引导加载程序(bootstraploader)或bootloader),并让机器开始运行。
  3. Notice that there is no output for the bootstrap class loader.
    请注意,引导类装入器没有输出。
  4. Every classloader must delegate up the hierarchy to the bootstrap loader to find a class.
    在寻找类时,每个类装载器必须沿着层次结构向上委托请求,直到到达引导装载器。
  5. Unlike all other class loaders, the bootstrap class loader ( also known as the primordial class loader) cannot be instantiated by Java code.
    与其他类装入器不同,引导类装入器(也称作基本(primordial)类装入器)不能由Java代码实例化。
  6. There's a bootstrap class loader built into the JVM that's responsible for loading the basic Java class library classes.
    JVM中构建了一个引导程序类装入器,它负责装入基本的Java类库类。
  7. The extension class loader ( also known as the standard extensions class loader) is a child of the bootstrap class loader.
    扩展(extension)类装入器(也称作标准扩展类装入器)是引导类装入器的一个孩子。
  8. To use a bootstrap loader routine.
    使用引导装入程序。
  9. This paper describes in detail the guiding process of an operating system, involving an implementation of a bootstrap loader and a simple kernel based on IA32.
    文章在对嵌入式系统的特点分析后,描述了基于嵌入式操作系统引导过程,设计并实现了一个引导器和一个基于IA32的内核。
  10. The bootstrap loader reads the kernel into memory and passes the control to it in order to finish the switching to protected mode as well as the set of interrupts.
    引导程序将内核读取至内存并启动,完成了向保护模式的切换以及中断的设置。